BLUR BITMAP
This command will blur the contents of a specified Bitmap.
BLUR BITMAP Bitmap Number,Blur Value
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
Blur Value
Integer
This value is an integer number such as 1.
This command does not return a value.
You must specify a blur value from 1 to 6 to provide the intensity of the blurring. A blur value of 1 will perform mild blurring, up to a value of 6 that causes severe blurring. The greater the intensity of blurring, the longer it takes to perform. The time it takes to blur a bitmap is also dependent on the size of the bitmap. The parameters should be specified using integer values.
PRINT "blur me"
BLUR BITMAP 0,3
WAIT KEY
BITMAP Commands Menu
Index